ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / CollectionViewBatchEditRequest<T> Class / SortDescriptions Property

In This Topic
    SortDescriptions Property (CollectionViewBatchEditRequest<T>)
    In This Topic
    The sort descriptions.
    Syntax
    'Declaration
     
    Public Property SortDescriptions As IList(Of SortDescription)
    public IList<SortDescription> SortDescriptions {get; set;}
    See Also